Get the current parameters as a JSON string
@override Future<String?> getParameters() async { return await methodChannel.invokeMethod<String>('getParameters'); }