showToast method
Implementation
Future<void> showToast(String text,
{String buttonText = '', String buttonColor = '#FFFFFF'}) =>
_invoke('showToast',
{'text': text, 'buttonText': buttonText, 'buttonColor': buttonColor});
Future<void> showToast(String text,
{String buttonText = '', String buttonColor = '#FFFFFF'}) =>
_invoke('showToast',
{'text': text, 'buttonText': buttonText, 'buttonColor': buttonColor});