menu
neomage package
documentation
data/commands/builtin/extended_commands.dart
LoginCommand
LoginCommand.new constructor
LoginCommand.new constructor
dark_mode
light_mode
LoginCommand
constructor
LoginCommand
(
{
required
Future
<
bool
>
onLogin
(
String
apiKey
),
required
bool
isAuthenticated
(),
})
Implementation
LoginCommand({required this.onLogin, required this.isAuthenticated});
neomage package
documentation
data/commands/builtin/extended_commands
LoginCommand
LoginCommand.new constructor
LoginCommand class