Future<void> optTracking(bool isOpted) async { await _channel.invokeMethod("optTracking", isOpted); }