@override Future<String> getDeviceId() async { String id = await methodChannel.invokeMethod<String>(MethodCallName.getDeviceId) ?? ""; return id; }