exportLog method

Future<String> exportLog()

Implementation

Future<String> exportLog() async {
  throw UnimplementedError('exportLog() has not been implemented.');
}