Skip to content

Instantly share code, notes, and snippets.

@edewit
Created July 8, 2014 13:00
Show Gist options
  • Save edewit/bea5e7a247cd5d40d761 to your computer and use it in GitHub Desktop.
Save edewit/bea5e7a247cd5d40d761 to your computer and use it in GitHub Desktop.
public class Echo extends BasePlugin {
public boolean echo(String echo, CallbackContext callbackContext) {
callbackContext.success(message);
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment