getNotificationUri method

  1. @RequiresApiOrNoop(19)
Future<String?> getNotificationUri()

Implementation

@RequiresApiOrNoop(19)
Future<String?> getNotificationUri() {
  assert(!_closed);
  return _methodChannel.invokeMethod<String>('getNotificationUri');
}