Future<String?> getUniqueId() async { String? uniqueId = await _channel.invokeMethod("getUniqueId"); return uniqueId; }