iwfpapp
base_app_context
AppContext
isDeveloper method
isDeveloper
iwfpapp
base_app_context
AppContext
isDeveloper method
AppContext class
Constructors
AppContext
Properties
allowDynamicLink
hashCode
hasListeners
isDev
runtimeType
Methods
addListener
allowContinueAsGuest
allowGitHubSignIn
allowGoogleSignIn
devifyString
dispose
getAllowDynamicLink
getRuntimeType
isDeveloper
isDevMode
needFirebase
needRemoteConfig
noSuchMethod
notifyListeners
removeListener
setInitialDevMode
setRunningMode
toString
Operators
operator ==
isDeveloper
method
bool
isDeveloper
(
String
email
)
Implementation
bool isDeveloper(String email) { return email == 'jacksonzhou666@gmail.com'; }