getSupportedServices static method

Future getSupportedServices()

Implementation

static Future<dynamic> getSupportedServices() {
  return _channel.invokeMethod('getSupportedServices');
}