getPushUid method

Future<String?> getPushUid()

Implementation

Future<String?> getPushUid() {
  return AntsomiPlatform.instance.getPushUid();
}