上报错误
@override Future<String?> uploadError(String msg) async { final isOK = await methodChannel.invokeMethod('uploadError', msg); return isOK; }