testCountryCode method

void testCountryCode(
  1. String code
)

Implementation

void testCountryCode(String code) {
  print(flutter_log + "testCountryCode:" + code);
  _channel.invokeMethod('testCountryCode', code);
}