fireMicromoments method

  1. @override
Future fireMicromoments(
  1. Micromoment micromoment
)
override

Use to create report a Micromoment object from your app

Implementation

@override
Future fireMicromoments(Micromoment micromoment) async =>
    _methodChannel.invokeMethod("fireMicromoment", micromoment.toJson());