args property

  1. @override
Map<String, String> args
override

Returns all platform-specific messages as a map.

Implementation

@override
Map<String, String> get args {
  return <String, String>{};
}