startAppLog function

Future<void> startAppLog()

Implementation

Future<void> startAppLog() async {
  if (Platform.isAndroid) {
    await Env.startAppLog();
  }
}