openAppLog static method

Future<void> openAppLog(
  1. dynamic config
)

Implementation

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