postClientLogs static method

Future<void> postClientLogs()

Implementation

static Future<void> postClientLogs() async {
  await _channel.invokeMethod('postClientLogs');
}