@override Future<String?> getDeviceId() async { return await _channel.invokeMethod<String>('getDeviceId'); }