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