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
The Void Return section is incorrect, PluginMethod.RETURN_NONE returns nothing, not a promise.
method1(): Promise<void>; should be changed to method1():void; and the texts need to change accordingly to not say it returns a promise, and maybe add an example of returning a void promise.
The text was updated successfully, but these errors were encountered:
Method Types page contains incorrect information.
The Void Return section is incorrect,
PluginMethod.RETURN_NONE
returns nothing, not a promise.method1(): Promise<void>;
should be changed tomethod1():void;
and the texts need to change accordingly to not say it returns a promise, and maybe add an example of returning a void promise.The text was updated successfully, but these errors were encountered: