recognitionNotification method

Future<void> recognitionNotification(
  1. MoveNotification notification
)

Setup notification for Move SDK recognition

Implementation

Future<void> recognitionNotification(MoveNotification notification) {
  throw UnimplementedError(
    'recognitionNotification() has not been implemented.',
  );
}