enabled property

  1. @override
bool enabled
override

Firebase Auth is only supported by these platforms

Implementation

@override
bool get enabled =>
    kIsWeb || Platform.isAndroid || Platform.isIOS || Platform.isMacOS;