openAppLog static method
Implementation
static Future<void> openAppLog(dynamic config) async {
return await NativeClassUtils.nativeStaticCall($namespace, 'openAppLog', [
config,
]);
}
static Future<void> openAppLog(dynamic config) async {
return await NativeClassUtils.nativeStaticCall($namespace, 'openAppLog', [
config,
]);
}