mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-26 22:03:55 +03:00
Remove empty constructor.
This commit is contained in:
parent
f2fb72a753
commit
53699612f4
@ -22,7 +22,6 @@ class RenameAccountDialog extends ConsumerStatefulWidget {
|
||||
class _RenameAccountDialogState extends ConsumerState<RenameAccountDialog> {
|
||||
late String _issuer;
|
||||
late String _account;
|
||||
_RenameAccountDialogState();
|
||||
|
||||
@override
|
||||
void initState() {
|
||||
|
Loading…
Reference in New Issue
Block a user