Remove empty constructor.

This commit is contained in:
Dain Nilsson 2022-03-25 15:14:36 +01:00
parent f2fb72a753
commit 53699612f4
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8

View File

@ -22,7 +22,6 @@ class RenameAccountDialog extends ConsumerStatefulWidget {
class _RenameAccountDialogState extends ConsumerState<RenameAccountDialog> {
late String _issuer;
late String _account;
_RenameAccountDialogState();
@override
void initState() {