menu
flutter_apm package
documentation
apm_module.dart
APMModule
refreshSDK static method
refreshSDK static method
dark_mode
light_mode
refreshSDK
static method
Future
refreshSDK
(
bool
force
)
Implementation
static Future refreshSDK(bool force) async { await _channel.invokeMethod('refreshSDK', [force]); }
flutter_apm package
documentation
apm_module
APMModule
refreshSDK static method
APMModule class