getApiMap method

Future<Map> getApiMap()

Obtains the API version number of each service.

Implementation

Future<Map<dynamic, dynamic>> getApiMap() async {
  return await _methodChannel.invokeMethod(
    'getApiMap',
  );
}