setAuthTokens method
Set up the authentication (user-defined token) to secure your Data connectors. These tokens can be used for functionality such as Fin Actions. You can provide multiple tokens at once. Please ensure you have created the correct keys here
Implementation
@override
Future<void> setAuthTokens(Map<String, String> tokens) async {
await _channel.invokeMethod('setAuthTokens', {'tokens': tokens});
}