startAppLog static method

Future<void> startAppLog()

Implementation

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