empty static method

DeviceToken empty()
override

create DeviceToken Empty

Implementation

static DeviceToken empty() {
  return DeviceToken({});
}