getOtherPushType method

Future<String> getOtherPushType()

获取厂商推送品牌

Implementation

Future<String> getOtherPushType() async {
  final String otherPushType =
      await _channel.invokeMethod('getOtherPushType');
  return otherPushType;
}