@override Future<String?> viewZipupSDK() async { final result = await methodChannel.invokeMethod<String>('viewZipupSDK'); return result; }