Return true if the invoke succeed.
true
Future<bool> notifyChange({required bool start}) async { await _channel.invokeMethod( PMConstants.mNotify, <String, dynamic>{'notify': start}, ); return true; }