获取SDK生成的设备的测试ID
Future<String?> getTestDeviceId() async { if (!_supportPlatform) return null; return await _channel.invokeMethod<String?>('getTestDeviceId'); }