getDevicePushTokenVoIP static method

Future getDevicePushTokenVoIP()

Get device push token VoIP. On iOS: return deviceToken for VoIP. On Android: return Empty

Implementation

static Future getDevicePushTokenVoIP() async {
  return await _channel.invokeMethod("getDevicePushTokenVoIP");
}