@override Future<bool> updateApnsToken(String hexToken) async { return _invokeBool('updateApnsToken', <String, dynamic>{ 'hexToken': hexToken, }); }