sendMessageToFlowsense method

Future<void> sendMessageToFlowsense(
  1. [dynamic notification]
)

Implementation

Future<void> sendMessageToFlowsense([ dynamic notification ]) async {
  await _channel.invokeMethod(
      'FlowsenseSDK#sendMessageToFlowsense', notification);
}