startV2Ray method
Implementation
Future<void> startV2Ray({
required String remark,
required String config,
required String notificationDisconnectButtonName,
List<String>? blockedApps,
List<String>? bypassSubnets,
bool proxyOnly = false,
}) {
throw UnimplementedError('startV2Ray() has not been implemented.');
}