showLogs method

Future<void> showLogs(
  1. String choice
)

Implementation

Future<void> showLogs(String choice) async {
  await _channel.invokeMethod('showLog', {'choice': choice});
}