You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MissingPluginException: if the method has not been implemented by a platform plugin.
The try-catch block around the invokeMethod hides the MissingPluginException error to developers by returning false, maybe it would be better to catch only the PlatformException to notify developers instead of just returning false.
I see there is no implementation for the web. Originally the library it's based on is a javascript library and dart compiles to js. Is there platform specific code ?
MissingPluginException
: if the method has not been implemented by a platform plugin.The try-catch block around the
invokeMethod
hides theMissingPluginException
error to developers by returningfalse
, maybe it would be better to catch only thePlatformException
to notify developers instead of just returning false.Example:
The text was updated successfully, but these errors were encountered: