sendMessage function

Future<JSONstring> sendMessage(
  1. int tabId,
  2. String message, [
  3. SendMessageOptions? options
])

Implementation

Future<JSONstring> sendMessage(int tabId, String message,
        [SendMessageOptions? options]) =>
    tabs.sendMessage(tabId, message, options).toFuture<JSONstring>();