FlutterToast icon indicating copy to clipboard operation
FlutterToast copied to clipboard

About eg

Open bbyyxx2 opened this issue 2 years ago • 0 comments

ToastContext().init(context); but init Function is not static Function,I will report an error if I write like this. error:Instance member 'init' can't be accessed using static access. I only var toastContext = ToastContext(); toastContext.init(context); why u can do that?

bbyyxx2 avatar Dec 14 '23 17:12 bbyyxx2