showKeyboard method
Implementation
Future showKeyboard() async {
_setHandler();
return await _channel.invokeMethod(showKeyboardTag, {
'userID': userId,
'languageCode': languageCode,
'countryCode': countryCode
});
}
Future showKeyboard() async {
_setHandler();
return await _channel.invokeMethod(showKeyboardTag, {
'userID': userId,
'languageCode': languageCode,
'countryCode': countryCode
});
}