getPushChannel method

Future<String> getPushChannel()

Get the push channel for the device.

Implementation

Future<String> getPushChannel() {
  throw UnimplementedError('getPushChannel() has not been implemented.');
}