getGUID method

Future<String> getGUID()

获取 GUID(不为空)

Implementation

Future<String> getGUID() {
  throw UnimplementedError('getGUID() has not been implemented.');
}