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