configure method
Implementation
@override
configure({required String clientId, required String accountToken}) {
methodChannel.invokeMethod('configure', {
"clientId": clientId,
"accountToken": accountToken,
});
}
@override
configure({required String clientId, required String accountToken}) {
methodChannel.invokeMethod('configure', {
"clientId": clientId,
"accountToken": accountToken,
});
}