获取 deviceId
@override Future<String> getDeviceId() async { var deviceId = await methodChannel.invokeMethod('getDeviceId'); return "$deviceId"; }