初始化SDK
@override Future<void> initSDK() async { try { await methodChannel.invokeMethod('initSDK'); } on PlatformException catch (e) { throw Exception("初始化失败: ${e.message}"); } }