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