updateApnsTokenWithCustomKey method

Future<NIMResult<void>> updateApnsTokenWithCustomKey(
  1. Uint8List token,
  2. String key
)

Implementation

Future<NIMResult<void>> updateApnsTokenWithCustomKey(
    Uint8List token, String key) async {
  return _platform.updateApnsTokenWithCustomKey(token, key);
}