mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-24 01:13:40 +08:00
21 lines
617 B
Dart
21 lines
617 B
Dart
|
// This file is automatically generated, so please do not edit it.
|
||
|
// Generated by `flutter_rust_bridge`@ 2.0.0-dev.32.
|
||
|
|
||
|
// ignore_for_file: invalid_use_of_internal_member, unused_import, unnecessary_import
|
||
|
|
||
|
import '../frb_generated.dart';
|
||
|
import 'package:flutter_rust_bridge/flutter_rust_bridge_for_generated.dart';
|
||
|
|
||
|
Future<void> sendNotify(
|
||
|
{String? summary,
|
||
|
String? body,
|
||
|
String? appName,
|
||
|
String? appId,
|
||
|
dynamic hint}) =>
|
||
|
RustLib.instance.api.sendNotify(
|
||
|
summary: summary,
|
||
|
body: body,
|
||
|
appName: appName,
|
||
|
appId: appId,
|
||
|
hint: hint);
|