getStorage method

Future getStorage()
override

Implementation

Future<dynamic> getStorage() async {
  dynamic list = await methodChannel.invokeMethod('getStorage');

  return list;
}