close method

Future<String?> close()

Implementation

Future<String?> close() {
  return ZipupSdkFlutterPlatform.instance.close();
}