menu
ensemble_auth package
documentation
connect/widget/connect_with_google.dart
ConnectWithGoogleImpl
getList method
getList method
dark_mode
light_mode
getList
method
List
?
getList
(
Object
obj
)
inherited
Implementation
List? getList(Object obj) { List? l; if (obj is List) { l = obj; } return l; }
ensemble_auth package
documentation
connect/widget/connect_with_google
ConnectWithGoogleImpl
getList method
ConnectWithGoogleImpl class