getShouldInitAppLog method

Future<bool> getShouldInitAppLog()

Implementation

Future<bool> getShouldInitAppLog() async {
  return await nativeCall('shouldInitAppLog', []);
}