recognitionNotification method
Setup notification for Move SDK recognition
Implementation
Future<void> recognitionNotification(MoveNotification notification) {
throw UnimplementedError(
'recognitionNotification() has not been implemented.');
}