Gets the name that is set for the device.
static Future<String> get name async { return _invokeSdkMethod<Map<Object?, Object?>>(SdkMethod.getName) .then((value) { return deserializeName(value); }); }