• This project
    • Loading...
  • Sign in

OnePoem / OnePoem-App

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • OnePoem-App
  • lib
  • events
  • trans_event.dart
  • reason's avatar
    update · 24a1b90b
    24a1b90b Browse Files
    reason authored 2022-05-07 11:22:47 +0800
trans_event.dart 114 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
import 'package:event_bus/event_bus.dart';

EventBus eventBus = EventBus();

class TransEvent {
  TransEvent();
}