void enablePriceTagMode( {String? apiKey, String? token,} ) async { await _channel.invokeMethod('enablePriceTagMode', { 'apiKey': apiKey, 'token': token, }); }