menu
particle_auth_flutter_plugin package
documentation
particle_auth.dart
ParticleAuth
getAddress static method
getAddress static method
dark_mode
light_mode
getAddress
static method
Future
<
String
>
getAddress
(
)
Implementation
static Future<String> getAddress() async { return await _channel.invokeMethod("getAddress"); }
particle_auth_flutter_plugin package
documentation
particle_auth
ParticleAuth
getAddress static method
ParticleAuth class