Gets the device's Android ID.
@override Future<String?> getDeviceId() async { return await methodChannel.invokeMethod<String>('getDeviceId'); }