showCustomerService static method

Future<void> showCustomerService()

Implementation

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