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