Future<dynamic> removeSubscriptionTag(String id) async { return await _channel.invokeMethod("CleverPush#removeSubscriptionTag", {'id': id}); }